home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-26 | 760 b | 22 lines | [TEXT/MPS ] |
- # Makemxbm is an MPW script which makes 'mxbm' resources from C header files.
- # It uses the debugit MPW tool
- # By default, it will select the "Debugger Prefs" file
- # in your System Folder. If it is not there, it will
- # prompt you for a file.
- # Examples
-
- makemxbm {CIncludes}Movies.h MoviesDispatch 128
- makemxbm
-
- # Makeuserarea is an MPW script which makes a TMON Pro Angus User Area
- # It uses the debugit MPW tool
- # An Angus User Area lets you view function names
- # within TMON Pro instead of A-traps and selectors
- # It also creates aliases which let you type the
- # name of the routine at the command line to set
- # a trap action.
- # See develop 13 for more info
- # This version of the script requires TmonTypes.r
-
- makeuserarea {CIncludes}Movies.h
- makeuserarea